home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / pdmenu-0.000 / pdmenu-0 / pdmenu-0.2 / blue-scheme next >
Encoding:
Text File  |  1995-11-28  |  1.8 KB  |  95 lines

  1. # Bluish color scheme for dialog
  2.  
  3. # Shadow dialog boxes? This also turns on color.
  4. use_shadow = ON
  5.  
  6. # Turn color support ON or OFF
  7. use_colors = ON
  8.  
  9. # Screen color
  10. screen_color = (WHITE,BLUE,OFF)
  11.  
  12. # Shadow color
  13. shadow_color = (WHITE,BLACK,OFF)
  14.  
  15. # Dialog box color
  16. dialog_color = (BLACK,CYAN,OFF)
  17.  
  18. # Dialog box title color
  19. title_color = (YELLOW,CYAN,ON)
  20.  
  21. # Dialog box border color
  22. border_color = (CYAN,CYAN,ON)
  23.  
  24. # Active button color
  25. button_active_color = (WHITE,BLUE,ON)
  26.  
  27. # Inactive button color
  28. button_inactive_color = (BLACK,CYAN,OFF)
  29.  
  30. # Active button key color
  31. button_key_active_color = (WHITE,BLUE,ON)
  32.  
  33. # Inactive button key color
  34. button_key_inactive_color = (BLACK,CYAN,OFF)
  35.  
  36. # Active button label color
  37. button_label_active_color = (WHITE,BLUE,ON)
  38.  
  39. # Inactive button label color
  40. button_label_inactive_color = (BLACK,CYAN,ON)
  41.  
  42. # Input box color
  43. inputbox_color = (BLUE,WHITE,OFF)
  44.  
  45. # Input box border color
  46. inputbox_border_color = (CYAN,CYAN,ON)
  47.  
  48. # Search box color
  49. searchbox_color = (YELLOW,WHITE,ON)
  50.  
  51. # Search box title color
  52. searchbox_title_color = (WHITE,WHITE,ON)
  53.  
  54. # Search box border color
  55. searchbox_border_color = (RED,WHITE,OFF)
  56.  
  57. # File position indicator color
  58. position_indicator_color = (RED,CYAN,OFF)
  59.  
  60. # Menu box color
  61. menubox_color = (BLACK,CYAN,OFF)
  62.  
  63. # Menu box border color
  64. menubox_border_color = (CYAN,CYAN,ON)
  65.  
  66. # Item color
  67. item_color = (BLACK,CYAN,OFF)
  68.  
  69. # Selected item color
  70. item_selected_color = (WHITE,BLUE,OFF)
  71.  
  72. # Tag color
  73. tag_color = (YELLOW,CYAN,ON)
  74.  
  75. # Selected tag color
  76. tag_selected_color = (WHITE,BLUE,OFF)
  77.  
  78. # Tag key color
  79. tag_key_color = (RED,CYAN,OFF)
  80.  
  81. # Selected tag key color
  82. tag_key_selected_color = (RED,BLUE,ON)
  83.  
  84. # Check box color
  85. check_color = (BLACK,CYAN,OFF)
  86.  
  87. # Selected check box color
  88. check_selected_color = (WHITE,CYAN,ON)
  89.  
  90. # Up arrow color
  91. uarrow_color = (GREEN,CYAN,ON)
  92.  
  93. # Down arrow color
  94. darrow_color = (GREEN,CYAN,ON)
  95.